Click or drag to resize

RuleValidationErrorCode Enumeration

Gets the validation error code.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum RuleValidationErrorCode
Members
  Member nameValueDescription
ADOperationFailure0 The Active Directory operation failed.
ConnectedAccountNotFound1 The specified e-mail account was not found.
CreateWithRuleId2 An attempt was made to create a rule with an ID. The IDs of new rules are generated by the server and are not provided by the client.
EmptyValueFound3 The Value field is empty. An empty Value field is not allowed.
DuplicatedPriority4 There are multiple rules with the same priority. A priority can have only one rule.
DuplicatedOperationOnTheSameRule5 There are multiple operations against the same rule. Only one operation per rule is allowed.
FolderDoesNotExist6 The folder does not exist in the user's mailbox.
InvalidAddress7 The e-mail address is invalid.
InvalidDateRange8 The specified date range is invalid.
InvalidFolderId9 The specified folder ID is invalid.
InvalidSizeRange10 The size range is invalid.
InvalidValue11 The specified value is invalid.
MessageClassificationNotFound12 The message classification was not found.
MissingAction13 No action was specified. At least one rule action has to be specified for validation.
MissingParameter14 The required parameter is missing.
MissingRangeValue15 The range value is missing.
NotSettable16 The property cannot be modified.
RecipientDoesNotExist17 The recipient does not exist.
RuleNotFound18 The rule was not found. No rules were found that match the criteria.
SizeLessThanZero19 The specified size is less than zero.
StringValueTooBig20 The string value is too big.
UnsupportedAddress21 The address is not supported. For example, Inbox rules do not support MAPIPDL address types.
UnexpectedError22 An unexpected error occurred.
UnsupportedRule23 The rule is unsupported.
See Also